DrawPoints(Point[])

Method

Namespace: Imagini.Drawing

Declared in: Imagini.Drawing.Graphics


Draws points at the specified coordinates using current color.

Syntax

public void DrawPoints(
	Point[] points
)

Back to index